Skip to content

[libc][stdfix] Re-enable fixed point abs entry points. #81995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

lntue
Copy link
Contributor

@lntue lntue commented Feb 16, 2024

#80757 has been merged.

@llvmbot
Copy link
Member

llvmbot commented Feb 16, 2024

@llvm/pr-subscribers-libc

Author: None (lntue)

Changes

#80757 has been merged.


Full diff: https://github.com/llvm/llvm-project/pull/81995.diff

1 Files Affected:

  • (modified) libc/config/linux/x86_64/entrypoints.txt (+6-7)
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 802c42b967cfaf..69912d3b32f030 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -445,13 +445,12 @@ endif()
 if(LIBC_COMPILER_HAS_FIXED_POINT)
   list(APPEND TARGET_LIBM_ENTRYPOINTS
     # stdfix.h _Fract and _Accum entrypoints
-    # Re-enable the entry points once #80757 is merged.
-    # libc.src.stdfix.abshk
-    # libc.src.stdfix.abshr
-    # libc.src.stdfix.absk
-    # libc.src.stdfix.absr
-    # libc.src.stdfix.abslk
-    # libc.src.stdfix.abslr
+    libc.src.stdfix.abshk
+    libc.src.stdfix.abshr
+    libc.src.stdfix.absk
+    libc.src.stdfix.absr
+    libc.src.stdfix.abslk
+    libc.src.stdfix.abslr
   )
 endif()
 

@lntue lntue merged commit 10007ee into llvm:main Feb 16, 2024
@lntue lntue deleted the fixabs branch February 16, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants